const github.com/andybalholm/brotli.literalContextBits
15 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L1304: storeTrivialContextMap(mb.literal_histograms_size, literalContextBits, tree, storage_ix, storage)
brotli_bit_stream.go#L1335: storeSymbolWithContext(literal_enc, uint(literal), context, mb.literal_context_map, storage_ix, storage, literalContextBits)
constants.go#L65: const literalContextBits = 6
decode.go#L1140: var offset uint = i << literalContextBits
decode.go#L1144: for j = 0; j < 1<<literalContextBits; {
decode.go#L1162: var context_offset uint32 = block_type << literalContextBits
decode.go#L2343: result = decodeContextMap(s.num_block_types[0]<<literalContextBits, &s.num_literal_htrees, &s.context_map, s)
histogram.go#L205: context = (context << literalContextBits) + uint(getContext(prev_byte, prev_byte2, lut))
metablock.go#L197: literal_context_multiplier = 1 << literalContextBits
metablock.go#L223: mb.literal_context_map_size = mb.literal_split.num_types << literalContextBits
metablock.go#L245: for ; j < 1<<literalContextBits; j++ {
metablock.go#L246: mb.literal_context_map[(i<<literalContextBits)+j] = mb.literal_context_map[i]
metablock.go#L474: mb.literal_context_map_size = mb.literal_split.num_types << literalContextBits
metablock.go#L484: for j = 0; j < 1<<literalContextBits; j++ {
metablock.go#L485: mb.literal_context_map[(i<<literalContextBits)+j] = offset + static_context_map[j]
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |